home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / drivers / videodrv / T9850 / DRIVER / WINNT40 / TRIDENT.INF < prev   
Windows Setup INFormation  |  1997-08-12  |  3KB  |  126 lines

  1.  
  2. ; Trident.inf
  3. ;
  4. ; Installation inf for the Trident series of graphics adapters.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%trident%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. sgiul40.Miniport  = 12  ; drivers
  16. sgiul40.Display   = 11  ; system32
  17. sgiul40.Utility   = 11  ;
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %trident% = trident.Mfg
  25.  
  26. [trident.Mfg]
  27. Trident Video Accelerator 3D Image975/985/Cyber 9397 = sgiul40
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [sgiul40]
  35. CopyFiles=sgiul40.Miniport, sgiul40.Display, sgiul40.Utility
  36.  
  37. ;
  38. ; File sections
  39. ;
  40.  
  41. [sgiul40.Miniport]
  42. sgiulnt.sys
  43.  
  44. [sgiul40.Display]
  45. sgiul40.dll
  46.  
  47. [sgiul40.Utility]
  48. tdisplus.dll
  49. ;tdisplus.hlp
  50.  
  51. ;
  52. ; Service Installation
  53. ;
  54.  
  55. [sgiul40.Services]
  56. AddService = sgiul40, 0x00000002, sgiul40_Service_Inst, sgiul40_EventLog_Inst
  57.  
  58. [sgiul40_Service_Inst]
  59. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  60. StartType      = 1                  ; SERVICE_SYSTEM_START
  61. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  62. LoadOrderGroup = Video
  63. ServiceBinary  = %12%\sgiulnt.sys
  64.  
  65. [sgiul40_EventLog_Inst]
  66. AddReg = sgiul40_EventLog_AddReg
  67.  
  68. [sgiul40_EventLog_AddReg]
  69. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\sgiulnt.sys"
  70. HKR,,TypesSupported,0x00010001,7
  71.  
  72.  
  73. ;
  74. ; Software Installation
  75. ;
  76.  
  77. [sgiul40.SoftwareSettings]
  78. DelReg = sgiul40_Utility
  79. AddReg = sgiul40_SoftwareDeviceSettings
  80.  
  81. [sgiul40_SoftwareDeviceSettings]
  82. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, vga, sgiul40
  83. HKR,, VgaCompatible,               %REG_DWORD%,    1
  84. HKR,, EnableDualVideos,             %REG_DWORD%,    1
  85. HKR,, HardwareInformation.LastMode, %REG_DWORD%,    0
  86. HKCR,"CLSID\{dc3e5640-f745-11ce-9850-0040c721629a}\InProcServer32",,,"TDisPlus.dll"
  87. HKCR,"CLSID\{dc3e5640-f745-11ce-9850-0040c721629a}\InProcServer32",ThreadingModel,,"Apartment"
  88. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Refresh Rate Control",,,"{dc3e5640-f745-11ce-9850-0040c721629a}"
  89.  
  90.  
  91. ;
  92. ; Source file information
  93. ;
  94.  
  95. [SourceDisksNames.x86]
  96. 1 = %DiskId%,,,""
  97.  
  98. [SourceDisksFiles]
  99. sgiul40.dll  = 1
  100. ; vga.dll  = 1       ; always shipped and preinstalled by NT itself - no need to copy
  101. sgiulnt.sys  = 1
  102. tdisplus.dll = 1
  103. ;tdisplus.hlp = 1
  104.  
  105.  
  106.  
  107. [Strings]
  108.  
  109. ;
  110. ; Non-Localizable Strings
  111. ;
  112.  
  113. REG_SZ         = 0x00000000
  114. REG_MULTI_SZ   = 0x00010000
  115. REG_EXPAND_SZ  = 0x00020000
  116. REG_BINARY     = 0x00000001
  117. REG_DWORD      = 0x00010001
  118. SERVICEROOT    = System\CurrentControlSet\Services
  119.  
  120. ;
  121. ; Localizable Strings
  122. ;
  123.  
  124. DiskId="Trident Installation DISK (VIDEO)"
  125. trident="Trident"
  126.